From: Richard M. Stallman Date: Sat, 17 Aug 2002 04:58:35 +0000 (+0000) Subject: (rmail-search-mime-header-function): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31130 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ae19d8c971ae07159e29dd16b3a4d1d894884ef3;p=emacs.git (rmail-search-mime-header-function): Doc fix. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 89046be6d03..eb984deff13 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -457,7 +457,7 @@ MSG is the message number, REGEXP is the regular expression.") (defvar rmail-search-mime-header-function nil "Function to check if a regexp matches a header of MIME message. This function is called if `rmail-enable-mime' is non-nil. -It is called with four arguments MSG, REGEXP, and LIMIT, where +It is called with three arguments MSG, REGEXP, and LIMIT, where MSG is the message number, REGEXP is the regular expression, LIMIT is the position specifying the end of header.")